Click or drag to resize

ResourceGetProperties Method (PropertyName, String)

Gets properties from a resource.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public MultiStatus GetProperties(
	PropertyName[] propertyName,
	string depth
)

Parameters

propertyName
Type: Independentsoft.WebdavPropertyName
The names of the property to retrieve.
depth
Type: SystemString
The depth of the request.

Return Value

Type: MultiStatus
A MultiStatus as a result.
See Also